home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
add images.cpt
/
Source_1.h
< prev
next >
Wrap
Text File
|
1989-06-01
|
1KB
|
41 lines
/* ===================================
File: Source_1.h
Function: Header for this window
History: 4/27/89 Original by Prototyper.
================================= */
/* Initialize us so all our routines can be activated */
void Init_proton(void);
/* Open our window and draw everything */
void Open_proton(void);
/* Update our window, someone uncovered a part of us */
void UpDate_proton(WindowPtr whichWindow);
/* update also needs to handle getting the pixmap image onto the window */
/* Handle action to our window, like controls */
void Do_proton(EventRecord *myEvent);
/* Do window resizing, resize the scrollbars */
void Resized_proton(WindowPtr whichWindow);
/* -- we need activate and deactivate the window -- hiding scroll bars */
void read_proton(void);
/* reads a PICT file and sets up the pixmap */
void paste_proton(void);
/* paste a PICT from the clipboard and sets up the pixmap */
void grow_proton (Point * where, WindowPtr whichWindow);
void zoom_proton (Point * where, WindowPeek whichWindow, short code);
void activate_proton ( WindowPtr whichWindow, long modifiers);
void clear_proton(void);
void crop_proton(void);